projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53e240
)
(c-lineup-string-cont): Improve previous doc fix.
author
Glenn Morris
<rgm@gnu.org>
Sat, 11 Nov 2006 04:01:33 +0000
(
04:01
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 11 Nov 2006 04:01:33 +0000
(
04:01
+0000)
lisp/progmodes/cc-align.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-align.el
b/lisp/progmodes/cc-align.el
index e6e5e0c356f8a9867521c161ac5890ea3d05c72a..53711ecb9517bb49c4b3718c786ee8405fc610c5 100644
(file)
--- a/
lisp/progmodes/cc-align.el
+++ b/
lisp/progmodes/cc-align.el
@@
-822,7
+822,7
@@
directly after another one. E.g:
result = prefix + \"A message \"
\"string.\"; <- c-lineup-string-cont
-
nil is returned in other situations
, to allow stacking with other
+
In other situations, returns nil
, to allow stacking with other
line-up functions.
Works with: topmost-intro-cont, statement-cont, arglist-cont,